home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.4 Applications 1997 August
/
SGI IRIX 6.4 Applications 1997 August.iso
/
dist
/
mmailp.idb
/
usr
/
lib
/
Zmail
/
bin
/
sun-audio-file.z
/
sun-audio-file
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-22
|
224 b
|
13 lines
#!/bin/csh -fb
# (The "-fb" might need to be changed to "-f" on some systems)
#
if (! $?METAMAIL_TMPDIR) then
set METAMAIL_TMPDIR=/tmp
endif
cd ${METAMAIL_TMPDIR}
uudecode < $1
audiotool audio-file
rm -f audio-file $1